home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 2.iso / pc / menu.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1997-04-12  |  141 b   |  7 lines

  1. on exitFrame
  2.   repeat with i = 5 to 8
  3.     set the visible of sprite i to 0
  4.   end repeat
  5.   set the visible of sprite (random(4) + 4) to 1
  6. end
  7.